home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / util / ezfile / install.bat < prev    next >
DOS Batch File  |  1990-10-14  |  2KB  |  49 lines

  1. echo off
  2. cls
  3. if a%1==a goto error
  4. echo  
  5. echo  
  6. echo  
  7. echo  
  8. echo  
  9. echo  
  10. echo  
  11. echo                       ╔═══════════════════════════════╗
  12. echo                       ║                               ║
  13. echo                       ║     Installing EASYFILE...    ║
  14. echo                       ║                               ║
  15. echo                       ║          Please Wait          ║
  16. echo                       ║                               ║
  17. echo                       ║         Copying files         ║
  18. echo                       ║                               ║
  19. echo                       ╚═══════════════════════════════╝
  20. copy a:*.* %1
  21. echo  
  22. echo Files copied to directory %1
  23. echo This directory should be placed in the DOS PATH.
  24. echo  
  25. echo Remember, the included program EZINST.EXE may be used to configure the
  26. echo operation of EASYFILE.
  27. goto end
  28. :error
  29. echo  
  30. echo  
  31. echo  
  32. echo  
  33. echo  
  34. echo                       ╔══════════════════════════════════╗
  35. echo                       ║                                  ║
  36. echo                       ║  Please specify a subdirectory,  ║
  37. echo                       ║                                  ║
  38. echo                       ║  on the INSTALL command line,    ║
  39. echo                       ║                                  ║
  40. echo                       ║  in which to place the program   ║
  41. echo                       ║                                  ║
  42. echo                       ║  files.                          ║
  43. echo                       ║                                  ║
  44. echo                       ║                                  ║
  45. echo                       ║  Example: INSTALL C:\EZFILES     ║
  46. echo                       ║                                  ║
  47. echo                       ╚══════════════════════════════════╝
  48. :end
  49.